Whack dead variables.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 5 May 2006 14:25:03 +0000 (14:25 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 5 May 2006 14:25:03 +0000 (14:25 +0000)
gpsbabel/tiger.c
gpsbabel/xcsv.c

index fb357542219cb835fe5d0efd7533ed975ea6e2c6..ab0953d820dae98493d149f3de611d6e5d3d5439 100644 (file)
@@ -45,7 +45,6 @@ static char *oldmarker  = NULL;
 static char *newmarker  = NULL;
 static char *unfoundmarker  = NULL;
 
-static int scalev;
 static int short_length;
 static double thresh_days;
 
index 321299eacabfacfe1f877eb0e102a2110267ea6a..72e77b1138999e42f6b8e4ae645b45b507cad7ed 100644 (file)
@@ -330,7 +330,6 @@ xcsv_parse_style_line(const char *sbuff)
        } else
        
        if (ISSTOKEN(sbuff, "IFIELD")) {
-           int nodelim = 0;
            key = val = pfc = NULL;
            
            s = csv_lineparse(&sbuff[6], ",", "", linecount);